home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils-2.0 / fu2-diff.zoo / ReadMe.ST
Encoding:
Text File  |  1991-06-15  |  836 b   |  25 lines

  1. To build the GNU file-utils-2.0 for the Atari-ST 
  2.  
  3. 1. create 2 directories ./src and ./lib 
  4. 2. from the original GNU sources copy file-utils-2.0/src/*.[chy] into ./src
  5. 3. ``                              '' file-utils-2.0/lib/*.[chy] into ./lib
  6. 4. unpack my updates, zoo x.// fudiffs.zoo 
  7.    This creates ./src/Makefile
  8.             ./src/src-diff
  9.         ./src/mknod.c
  10.                 ./lib/Makefile
  11. 5. cd ./lib and apply diffs
  12. 6. cd ./lib hit make
  13. 7. cd ./src hit make
  14.  
  15.  
  16. Note for the strip option of the ginstall.ttp program set the enviroment
  17. variable STRIP to point to the xstrip.ttp executable. On my setup this 
  18. would be :
  19.  
  20.     export STRIP=/dev/C/bin/gnu/xstrip.ttp
  21.  
  22. Please report any bugs to scott@sparc1.stevens-tech.edu
  23.  
  24. Note these have not been through an sort of exhaustive tests, but they 
  25. do seem to to work on my system with Bash 1.08!